home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webftp / webftp30.exe / {app} / WebFtp3.exe / 0 / RCDATA / TFORMREG / TFORMREG.txt < prev   
Encoding:
Text File  |  2001-07-11  |  3.5 KB  |  181 lines

  1. object FormReg: TFormReg
  2.   Left = 401
  3.   Top = 187
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 337
  8.   ClientWidth = 422
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDesktopCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 202
  23.     Width = 89
  24.     Height = 17
  25.     AutoSize = False
  26.     Caption = 'Registered User:'
  27.   end
  28.   object Label2: TLabel
  29.     Left = 8
  30.     Top = 234
  31.     Width = 89
  32.     Height = 17
  33.     AutoSize = False
  34.     Caption = 'Company Name:'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 266
  39.     Width = 89
  40.     Height = 17
  41.     AutoSize = False
  42.     Caption = 'Registration Code:'
  43.   end
  44.   object Days: TLabel
  45.     Left = 8
  46.     Top = 308
  47.     Width = 89
  48.     Height = 17
  49.     AutoSize = False
  50.     Caption = 'Days Left:'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clRed
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 0
  60.     Top = 0
  61.     Width = 422
  62.     Height = 89
  63.     Align = alTop
  64.     BevelOuter = bvNone
  65.     TabOrder = 8
  66.     object Image1: TImage
  67.       Left = 56
  68.       Top = 1
  69.       Width = 310
  70.       Height = 80
  71.       AutoSize = True
  72.       Picture.Data = {<image000.jpg>}
  73.     end
  74.   end
  75.   object Memo1: TMemo
  76.     Left = 8
  77.     Top = 96
  78.     Width = 409
  79.     Height = 97
  80.     HelpContext = 74
  81.     TabStop = False
  82.     BorderStyle = bsNone
  83.     Color = clBtnFace
  84.     Font.Charset = DEFAULT_CHARSET
  85.     Font.Color = clNavy
  86.     Font.Height = -11
  87.     Font.Name = 'MS Sans Serif'
  88.     Font.Style = []
  89.     Lines.Strings = (
  90.       
  91.         'This software will run for thirty days, after which time you mus' +
  92.         't purchase a license '
  93.       'to continue to use the software.'
  94.       ''
  95.       
  96.         'You can use this dialog to enter your regsitration information a' +
  97.         't any time by using '
  98.       'the "Registration" item in the help menu.'
  99.       ''
  100.       'After registration you will no longer see this dialog.')
  101.     ParentFont = False
  102.     ReadOnly = True
  103.     ScrollBars = ssVertical
  104.     TabOrder = 9
  105.   end
  106.   object EditUser: TEdit
  107.     Left = 104
  108.     Top = 200
  109.     Width = 225
  110.     Height = 21
  111.     HelpContext = 75
  112.     TabOrder = 1
  113.   end
  114.   object EditCompany: TEdit
  115.     Left = 104
  116.     Top = 232
  117.     Width = 225
  118.     Height = 21
  119.     HelpContext = 76
  120.     TabOrder = 2
  121.   end
  122.   object EditRegCode: TEdit
  123.     Left = 104
  124.     Top = 264
  125.     Width = 225
  126.     Height = 21
  127.     HelpContext = 77
  128.     TabOrder = 3
  129.   end
  130.   object Button1: TButton
  131.     Left = 103
  132.     Top = 304
  133.     Width = 66
  134.     Height = 25
  135.     HelpContext = 79
  136.     Caption = 'Trial Mode'
  137.     Enabled = False
  138.     TabOrder = 0
  139.     OnClick = Button1Click
  140.   end
  141.   object Button2: TButton
  142.     Left = 175
  143.     Top = 304
  144.     Width = 90
  145.     Height = 25
  146.     HelpContext = 80
  147.     Caption = 'Register Online'
  148.     TabOrder = 5
  149.     OnClick = Button2Click
  150.   end
  151.   object Button3: TButton
  152.     Left = 344
  153.     Top = 262
  154.     Width = 65
  155.     Height = 25
  156.     HelpContext = 78
  157.     Caption = 'Save Code'
  158.     TabOrder = 4
  159.     OnClick = Button3Click
  160.   end
  161.   object Button4: TButton
  162.     Left = 344
  163.     Top = 304
  164.     Width = 65
  165.     Height = 25
  166.     HelpContext = 81
  167.     Caption = 'Exit'
  168.     TabOrder = 7
  169.     OnClick = Button4Click
  170.   end
  171.   object Button5: TButton
  172.     Left = 272
  173.     Top = 304
  174.     Width = 65
  175.     Height = 25
  176.     Caption = 'Help'
  177.     TabOrder = 6
  178.     OnClick = Button5Click
  179.   end
  180. end
  181.